home *** CD-ROM | disk | FTP | other *** search
/ PC Gamer (Italian) 29 / PC Gamer IT CD 29 1-2.iso / DARKOMEN / darkomen / Sound / script / EERIE11.FSM < prev    next >
Encoding:
Text File  |  1997-09-15  |  487 b   |  36 lines

  1. # States.
  2. state sNormal    303
  3. state sEnd        808
  4.  
  5.  
  6. # The state that the music FSM will start in.
  7. start-state sNormal
  8.  
  9.  
  10. # The pattern that the FSM will initially start playing.
  11. start-pattern pEerie11
  12.  
  13.  
  14. # The samples that will be used by the FSM, and
  15. # their aliases.
  16.  
  17. sample 11eerie     m11eerie
  18.  
  19.  
  20. # -----
  21. # Pattern information.
  22. # -----
  23.  
  24. pattern pEerie11
  25. {
  26.     sequence
  27.     {
  28.         m11eerie
  29.     }
  30.     state-table
  31.     {
  32.         default        pEerie11
  33.         sEnd        end
  34.     }
  35. }
  36.